home *** CD-ROM | disk | FTP | other *** search
/ Gamers Pro Collection: Games Eróticos / Gamers Pro Collection - Games Eróticos.iso / Strip Indian 2000 / gw_setup_stripindian2000.exe / install_script.iss
Text File  |  2000-01-01  |  2KB  |  41 lines

  1. ;InnoSetupVersion=3.0.4
  2.  
  3. [Setup]
  4. AppName=Strip Indian 2000
  5. AppVerName=Strip Indian 2000
  6. AppId=Strip Indian 2000
  7. AppPublisher=LFPLC
  8. DefaultDirName={pf}\GamezWorld.de\Strip Indian 2000
  9. DefaultGroupName=GamezWorld.de\Strip Indian 2000
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\INDIAN2000.exe"; DestDir: "{app}"; 
  18. Source: "{app}\passme.mid"; DestDir: "{app}"; 
  19.  
  20. [INI]
  21. FileName: "{app}\gamezworld.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.gamezworld.de/"; 
  22.  
  23. [Run]
  24. Filename: "{app}\Indian2000.exe"; Description: "Strip Indian 2000 starten"; Flags: postinstall skipifsilent nowait
  25.  
  26. [Icons]
  27. Name: "{group}\Strip Indian 2000"; Filename: "{app}\Indian2000.exe"; 
  28. Name: "{group}\GamezWorld.de besuchen"; Filename: "{app}\gamezworld.url"; 
  29. Name: "{group}\Strip Indian 2000 deinstallieren"; Filename: "{uninstallexe}"; 
  30. Name: "{userdesktop}\Strip Indian 2000"; Filename: "{app}\Indian2000.exe"; Tasks: desktopicon; 
  31. Name: "{userdesktop}\GamezWorld.de besuchen"; Filename: "{app}\gamezworld.url"; Tasks: desktopicon; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Strip Indian 2000"; Filename: "{app}\Indian2000.exe"; Tasks: quicklaunchicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Gamezworld.de besuchen"; Filename: "{app}\gamezworld.url"; Tasks: quicklaunchicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "&Desktop icon erstellen"; GroupDescription: "Additional icons:"; 
  37. Name: "quicklaunchicon"; Description: "&Schnellstart icon erstellen"; GroupDescription: "Additional icons:"; 
  38.  
  39. [UninstallDelete]
  40. Type: files; Name: "{app}\gamezworld.url"; 
  41.